home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 15 / nghints.zip / WININI2.TXT < prev   
Text File  |  1990-05-01  |  18KB  |  506 lines

  1. -----------
  2. WININI2.TXT
  3. -----------
  4.  
  5.  
  6.   NOTE: This is the second of two files containing
  7.         information about the WIN.INI file. For general
  8.         information about WIN.INI and the listings in this
  9.         file, read the introductory material in the
  10.         WININI.TXT file.
  11.  
  12.   CAUTION: Changing a WIN.INI setting can lead to
  13.            undesirable results when you run Windows. Before
  14.            changing any setting, read "Changing Settings"
  15.            later in this document.
  16.  
  17.  
  18. ------------------------------------------------------------
  19. ------------------------------------------------------------
  20.  
  21. [INTL] SECTION
  22.  
  23. The [intl] section describes how to display dates, times,
  24. currency amounts, and other items for countries other than
  25. the United States. The default values reflect U.S. options.
  26.  
  27. To change any setting in this section, choose the
  28. International icon from the Control Panel window.
  29.  
  30. The [intl] section can contain the following settings:
  31.  
  32. ------------------------------------------------------------
  33. iCountry=<country-code>
  34.   Default: 1
  35.   Purpose: Specifies the country code. This number matches
  36.            the country's international telephone code,
  37.            except for Canada, which is 2.
  38. ------------------------------------------------------------
  39. iCurrDigits=<number>
  40.   Default: 2
  41.   Purpose: Specifies the number of digits to put after the
  42.            decimal separator in currency.
  43. ------------------------------------------------------------
  44. iCurrency=<number>
  45.   Default: 0
  46.   Purpose: Specifies a currency format according to the
  47.            following:
  48.  
  49.              Value  Format
  50.              -----  ------
  51.                0    $2
  52.                1    2$
  53.                2    $ 2
  54.                3    2 $
  55.  
  56.            The actual currency symbol is specified by the
  57.            sCurrency value.
  58. ------------------------------------------------------------
  59. iDate=<number>
  60.   Default: 0
  61.   Purpose: Specifies a numerical date format according to
  62.            the following:
  63.  
  64.              Value  Format
  65.              -----  ------
  66.                0    12/31/90
  67.                1    31/12/90
  68.                2    90/12/31
  69.  
  70.            The actual date divider is specified by the
  71.            sShortDate value.
  72.  
  73.            This setting is not used by Windows 3.0 and
  74.            exists only for compatibility with Windows 2.x.
  75. ------------------------------------------------------------
  76. iDigits=<number>
  77.   Default: 2
  78.   Purpose: Specifies the number of digits to display after
  79.            the decimal separator in numbers.
  80. ------------------------------------------------------------
  81. iLZero=<0-or-1>
  82.   Default: 0
  83.   Purpose: Specifies whether to put leading zeros in decimal
  84.            numbers according to the following:
  85.  
  86.              Value  Format
  87.              -----  ------
  88.                0    .7
  89.                1    0.7
  90.  
  91.            The actual decimal separator is specified by the
  92.            sDecimal setting.
  93. ------------------------------------------------------------
  94. iMeasure=<0-or-1>
  95.   Default: 1
  96.   Purpose: Specifies the measurement system according to the
  97.            following:
  98.  
  99.              Value  System
  100.              -----  ------
  101.                0    metric
  102.                1    English
  103.  
  104. ------------------------------------------------------------
  105. iNegCurr=<number>
  106.   Default: 0
  107.   Purpose: Specifies a negative number format according to
  108.            the following:
  109.  
  110.              Value  Format
  111.              -----  ------
  112.                0    ($1)
  113.                1    -$1
  114.                2    $-1
  115.                3    $1-
  116.                4    (1$)
  117.                5    -1$
  118.                6    1-$
  119.                7    1$-
  120.  
  121.            The actual currency symbol is specified by the
  122.            sCurrency setting.
  123. ------------------------------------------------------------
  124. iTime=<number>
  125.   Default: 0
  126.   Purpose: Specifies whether to format time using a 12-hour
  127.            clock or a 24-hour clock.
  128.  
  129.              Value  Format     Meaning
  130.              -----  ------     -------
  131.                0    1:00       12-hour clock
  132.                1    13:00      24-hour clock
  133.  
  134.            The actual time separator is specified by the
  135.            sTime setting.
  136. ------------------------------------------------------------
  137. iTLZero=<number>
  138.   Default: 0
  139.   Purpose: Specifies whether to put leading zeros in time
  140.            according to the following:
  141.  
  142.              Value  Format
  143.              -----  ------
  144.                0    9:15
  145.                1    09:15
  146.  
  147.            The actual time separator is specified by the
  148.            sTime setting.
  149. ------------------------------------------------------------
  150. s1159=<string>
  151.   Default: AM
  152.   Purpose: Specifies the string that follows times before
  153.            noon in the 12-hour time format.
  154. ------------------------------------------------------------
  155. s2359=<string>
  156.   Default: PM
  157.   Purpose: Specifies the string that follows times after
  158.            noon in the 12-hour format or that follows all
  159.            times in the 24-hour format.
  160. ------------------------------------------------------------
  161. sCountry=<string>
  162.   Default: United States
  163.   Purpose: Specifies the name of the country whose standard
  164.            setting you want to use.
  165. ------------------------------------------------------------
  166. sCurrency=<string>
  167.   Default: $
  168.   Purpose: Specifies the currency symbol you want to use.
  169. ------------------------------------------------------------
  170. sDecimal=<string>
  171.   Default: .
  172.   Purpose: Specifies the punctuation used to separate the
  173.            fractional part of a decimal number from the
  174.            whole number part.
  175. ------------------------------------------------------------
  176. sLanguage=<string>
  177.   Default: usa
  178.   Purpose: Specifies the language you want to work in.
  179.            Windows applications that provide language-
  180.            specific tasks, such as sorting or spell-
  181.            checking, use this setting. The following are the
  182.            standard values:
  183.  
  184.            Value    Language
  185.            -----    --------
  186.            dan      Danish
  187.            dut      Dutch
  188.            eng      International English
  189.            fcf      French Canadian
  190.            fin      Finnish
  191.            frn      French
  192.            ger      German
  193.            ice      Icelandic
  194.            itn      Italian
  195.            nor      Norwegian
  196.            por      Portuguese
  197.            spa      Spanish
  198.            swe      Swedish
  199.            usa      U.S. English
  200.  
  201. ------------------------------------------------------------
  202. sList=<string>
  203.   Default: ,
  204.   Purpose: Specifies the character used to separate items in
  205.            a list. In U.S. English, the most common
  206.            separator is a comma.
  207. ------------------------------------------------------------
  208. sLongDate=<date-picture>
  209.   Default: dddd, MMMM d, yyyy (e.g., Friday, June 1, 1990)
  210.   Purpose: Specifies your choice for the long date format,
  211.            including abbreviations for the words and
  212.            different separators, according to the following:
  213.  
  214.              Date Picture      Item     Format
  215.              ------------      -----    ------
  216.              M                 Month    1-12
  217.              MM                Month    01-12
  218.              MMM               Month    Jan-Dec
  219.              MMMM              Month    January-December
  220.              d                 Day      1-31
  221.              dd                Day      01-31
  222.              ddd               Day      Mon-Sun
  223.              dddd              Day      Monday-Sunday
  224.              yy                Year     00-99
  225.              yyyy              Year     1900-2040
  226.  
  227.  
  228.            Control Panel will accept only certain date-
  229.            picture combinations. Therefore, you should use
  230.            Control Panel to change this setting.
  231. ------------------------------------------------------------
  232. sShortDate=<date-picture>
  233.   Default: M/d/yy (e.g., 6/1/90)
  234.   Purpose: Specifies your choice for the short date format,
  235.            including abbreviations for the words and
  236.            different separators, according to the list
  237.            described above in the sLongDate listing. Control
  238.            Panel will accept only certain date-picture
  239.            combinations. Therefore, you should use Control
  240.            Panel to change this setting.
  241. ------------------------------------------------------------
  242. sThousand=<string>
  243.   Default: ,
  244.   Purpose: Specifies the symbol used to separate thousands
  245.            in a number with more than three digits. An
  246.            example, if the value is a comma (,), is 3,000.
  247. ------------------------------------------------------------
  248. sTime=<string>
  249.   Default: :
  250.   Purpose: Specifies the character used to separate the
  251.            hours, minutes, and seconds in time. An example,
  252.            if the value is a colon (:), is 15:29:31.
  253. ------------------------------------------------------------
  254. ------------------------------------------------------------
  255.  
  256. [PORTS] SECTION
  257.  
  258. The [ports] section lists all available communications and
  259. printer ports, and defines default values; it also lists
  260. files to which printer output can be sent.
  261.  
  262. The [ports] section can contain one or more occurrences of
  263. the following setting:
  264.  
  265. ------------------------------------------------------------
  266. <portname>:=<baud-rate>,<parity>,<word-length>,<stop-bits>
  267.               [[,p]]
  268.  
  269.   Purpose: Specifies an available output port.
  270.  
  271.            The <portname> keyname must be the name of an
  272.            output port as it is recognized by MS-DOS. This
  273.            keyname can be COMx: (communications port, where
  274.            x represents the port number), LPTx: (a parallel
  275.            port, where x represents the port number), EPT:
  276.            (used for a specific IBM printer), LPTx.OS2 (a
  277.            parallel port used with OS/2, where x represents
  278.            the port number), FILE:, or a filename.
  279.  
  280.            For COM ports, the <baud-rate> value specifies
  281.            the port's baud rate; the <word-length> value
  282.            gives the length of a word (in bits); the
  283.            <stop-bits> value gives the number of stop bits
  284.            to be used; and the [[,p]] option specifies that
  285.            hardware handshaking is in effect.
  286.  
  287.            LPT (parallel), EPT, FILE, and LPTx.OS2 ports do
  288.            not take any parameters.
  289.  
  290.            The LPTx.OS2 ports are used (instead of the
  291.            corresponding LPT port) when you are running
  292.            Windows in the DOS compatibility box of OS/2.
  293.            This port bypasses the Windows' special output
  294.            handling.
  295.  
  296.            Specifying a filename for the <portname> will
  297.            direct output to that file. A filename, unlike
  298.            the other port names, must not be followed by a
  299.            colon (:).
  300.  
  301.            By using FILE:=, Windows will prompt you to
  302.            specify an output file at output time.
  303.  
  304.            You can specify no more than 10 ports.
  305.  
  306.   To change COM port settings: Choose the Ports icon from
  307.            the Control Panel window.
  308.   To change or add other ports: Use Notepad to edit the
  309.            WIN.INI file.
  310. ------------------------------------------------------------
  311. LPT1.OS2=<pathname>
  312. LPT2.OS2=<pathname>
  313. LPT3.OS2=<pathname>
  314. LPT4.OS2=<pathname>
  315.   Default: none
  316.   Purpose: Specifies the pathname of the printer you are
  317.            using if you are using Windows in the DOS
  318.            compatibility box of OS/2.
  319.   To change: Use Notepad to edit the WIN.INI file.
  320. ------------------------------------------------------------
  321. ------------------------------------------------------------
  322.  
  323. [FONTS] SECTION
  324.  
  325. The [fonts] section describes one or more display font files
  326. that are loaded by Windows at start-up.
  327.  
  328. The [fonts] section can contain one or more occurrences of
  329. the following setting:
  330.  
  331. ------------------------------------------------------------
  332. <font-name>=<font-file>
  333.   Purpose: Specifies a font file. The <font-name> keyname is
  334.            the descriptive name of a font. The <font-file>
  335.            value is the filename of a file that contains
  336.            font resources.
  337.   To change: Choose the Fonts icon from the Control Panel
  338.            window.
  339. ------------------------------------------------------------
  340. ------------------------------------------------------------
  341.  
  342. [PRINTERPORTS] SECTION
  343.  
  344. The [PrinterPorts] section lists the active and inactive
  345. printers that can be accessed by Windows device drivers,
  346. specifies the communications port or ports to which the
  347. devices are connected, and specifies their corresponding
  348. timeout values.
  349.  
  350. The [PrinterPorts] section can contain one or more
  351. occurrences of the following setting:
  352.  
  353. ------------------------------------------------------------
  354. <device-name>=<driver-name>,
  355.                <port-name>,<DeviceNotSelectedTimeout>,
  356.                <TransmissionRetryTimeout>
  357.                [[,<port-name>,<DeviceNotSelectedTimeout>,
  358.                  <TransmissionRetryTimeout>,...]]
  359.  
  360.   Purpose: Specifies an active or inactive printer.
  361.  
  362.            The <device-name> keyname is the name of the
  363.            device. The <driver-name> value is the driver
  364.            filename.
  365.  
  366.            After the <driver-name> value, there is a set of
  367.            <port-name>, <TransmissionRetryTimeout>, and
  368.            <DeviceNotSelectedTimeout> values for each port
  369.            that has a printer of the specified type.
  370.  
  371.            If a device is not currently connected, the
  372.            <port-name> value is the string specified in the
  373.            NullPort setting (in the [windows] section).
  374.  
  375.            The <TransmissionRetryTimeout> value determines
  376.            the amount of time (in seconds) allowed for
  377.            attempted transmission retries.
  378.  
  379.            The <DeviceNotSelectedTimeout> value determines
  380.            the number of seconds Print Manager will wait for
  381.            the device to be switched on.
  382.  
  383.            If the timeout values are not specified for a
  384.            particular port, Windows uses the default
  385.            settings listed in the [windows] section for that
  386.            port.
  387.  
  388.   CAUTION: When changing a setting in this section,
  389.            be sure it does not conflict with a corresponding
  390.            setting in the [devices] section. Problems may
  391.            occur if a connected device does not appear in
  392.            the [PrinterPorts] section.
  393.  
  394.   To change: Choose the Printers icon from the Control Panel
  395.            window.
  396. ------------------------------------------------------------
  397. ------------------------------------------------------------
  398.  
  399. [DEVICES] SECTION
  400.  
  401. The [devices] section names the active printers. The
  402. settings in this section reflect those in the [PrinterPorts]
  403. section, without the timeout values. This section is
  404. necessary only for Windows version 2.x applications, which
  405. look to the [devices] section for this information.
  406.  
  407. The [devices] section can contain one or more occurrences of
  408. the following setting:
  409.  
  410. ------------------------------------------------------------
  411. <device-name>=<driver-name>, <port-name>
  412.                [[,<port-name>,...]]
  413.  
  414.   Purpose: Specifies an active printer.
  415.  
  416.            The <device-name> keyname is the name of the
  417.            device. The <driver-name> value is the driver
  418.            filename. The <port-name> value specifies the
  419.            port that the printer is connected to. If the
  420.            printer is not currently connected, the <port-
  421.            name> value is the string specified in the
  422.            NullPort setting (in the [windows] section).
  423.  
  424.   CAUTION: When changing a setting in this section,
  425.            be sure it does not conflict with a corresponding
  426.            setting in the [PrinterPorts] section. Problems
  427.            may occur if a connected device does not appear
  428.            in the [PrinterPorts] section.
  429.  
  430.   To change: Choose the Printers icon from the Control Panel
  431.            window.
  432. ------------------------------------------------------------
  433. ------------------------------------------------------------
  434.  
  435. [COLORS] SECTION
  436.  
  437. The [colors] section defines the colors for components of
  438. the Windows display.
  439.  
  440. The colors section can contain settings of the following
  441. type:
  442.  
  443. ------------------------------------------------------------
  444. <component>=<red-value> <green-value> <blue-value>
  445.  
  446.   Purpose: The <red-value>, <green-value>, and <blue-value>
  447.            values are integers that specify the relative
  448.            intensities of red, blue, and green,
  449.            respectively. These settings can range from 0
  450.            (minimum intensity) to 255 (maximum intensity).
  451.  
  452.            The <component> keyname can be any one of the
  453.            following:
  454.  
  455.  
  456.            Keyname            Refers to
  457.            ---------------    ------------------------------
  458.            ActiveBorder       Border of the active window
  459.  
  460.            ActiveTitle        Active title bar
  461.  
  462.            AppWorkspace       Application workspace for
  463.                               Windows applications
  464.  
  465.            Background         Screen background (desktop)
  466.  
  467.            ButtonFace         Button face
  468.  
  469.            ButtonShadow       Button shadow
  470.  
  471.            ButtonText         Button text
  472.  
  473.            GrayText           Text that is dimmed (as in an
  474.                               unavailable command name)
  475.  
  476.            Hilight            Background of highlighted text
  477.  
  478.            HilightText        Highlighted text
  479.  
  480.            InactiveBorder     Border of the inactive window
  481.  
  482.            InactiveTitle      Inactive title bar
  483.  
  484.            Menu               Menu background
  485.  
  486.            MenuText           Menu text
  487.  
  488.            Scrollbar          Scroll bar
  489.  
  490.            TitleText          Title-bar text
  491.  
  492.            Window             Window workspace
  493.  
  494.            WindowFrame        Window frame
  495.  
  496.            WindowText         Window text
  497.  
  498.   To change: For most of these settings, choose the Color
  499.            icon from the Control Panel window. For
  500.            ButtonFace, ButtonShadow, ButtonText, GrayText,
  501.            Hilight and HilightText, use Notepad to edit the
  502.            WIN.INI file.
  503. ------------------------------------------------------------
  504. ------------------------------------------------------------
  505.  
  506.